home *** CD-ROM | disk | FTP | other *** search
/ .net 1997 June / net 33 / NET33PC.iso / mac / NET33PC / GetStart / email / Pegasus / pegas31.exe / TPHONE.FFF < prev    next >
Encoding:
Text File  |  1996-12-14  |  980 b   |  26 lines

  1. ;
  2. ; Form Fact File for the sample Pegasus Mail telephone message form
  3. ; Pegasus Mail System, Copyright 1990-94 David Harris, all rights reserved.
  4. ;
  5. ; For information on the format of this file, see FFF.TXT in this directory.
  6. ;
  7.  
  8. ; The TPHONE extension allows you to set the default state of the
  9. ; "urgent" and "copyself" flags and to include a default area code in
  10. ; the "data" field. The format for the data field is either a 'Y' or an
  11. ; 'N' to indicate the urgent status, followed by a single space, followed
  12. ; by a 'Y' or 'N' to indicate that a copy-to-self is required, followed by
  13. ; a single space, followed by the default area code. The example below
  14. ; turns the urgent flag on, turns on copies to self and sets the default
  15. ; area code to "408".
  16.  
  17. Form name = "Telephone message"
  18. Form DLL = ~a\TPHONE.DLL
  19. Form type = COMPOSER
  20. Form flags = 0
  21. Form tagname = "PM-TPHONE"
  22. Form data = "N Y 408"
  23. Bitmap file = ~a\tphone.bmp,Compose a telephone message
  24. End
  25.  
  26.